.tab-boby-container img{
    padding:10px;
}
.news-detail 
{
text-align:justify!important;
}
.news-list 
{
text-align:justify!important;
}

.table {
width:70%;
text-align: justify
}
.table table {
 width:70%;
}

.gray-block {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  background: #ccc;
  width: 170px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url(/PIE.htc);
  float: right;
  margin-left: 10px;
}
.gray-block li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  padding: 5px;
  font-size: 11px;
  background: url('http://irkobl.ru/img/right_menu_hr.gif') 0 0 no-repeat;
  padding-top: 10px;
}
.gray-block li:first-child {
  background: none;
}
.gray-block.links-block a {
  text-decoration: none;
}
.gray-block.links-block a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 479px) {
.gray-block{
    float: none;
    width: auto;
    margin-left: 0;
  }
.gray-block li {
    background: url('http://irkobl.ru/img/right_menu_hr-320.gif') no-repeat;
  }
}
/*!
 *
 * Copyright 2012 isour 2.0
 * http://www.isour.ru
 * skype: isour_2.0
 * email: isour@isour.ru
 */
html {
  height: 100%;
  font-size: 100%;
  /* 1 */

  overflow-y: scroll;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 3 */

  -ms-text-size-adjust: 100%;
  /* 3 */

}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
  height: 100%;
}
/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
body,
button,
input,
select,
textarea {
  font-family: sans-serif;

}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a {
  color: blue;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
a:hover {
  text-decoration: none;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
}
h1,
h2,
h2,
h4,
h5,
h6,
p {
  margin: 1em 0;
}
h1,
h2,
h2,
h4,
h5,
h6 {
  font-weight: normal;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
}
.ie7 legend {
  margin-left: -7px;
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
.ie7 button,
.ie7 input,
.ie7 select,
.ie7 textarea {
  vertical-align: middle;
}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
.ie7 button,
.ie7 input[type="button"],
.ie7 input[type="reset"],
.ie7 input[type="submit"] {
  overflow: visible;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  vertical-align: top;
}
/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.form-item {
  position: relative;
}
label {
  font-weight: 700;
}
.inline-label {
  position: absolute;
  top: 0;
  left: 0;
}
fieldset {
  border: 1px solid #ccc;
  margin: 0 0 1.5em;
  padding: 0 1.4em 1.4em;
}
legend {
  font-weight: 700;
  font-size: 1.2em;
  margin-top: -0.2em;
  margin-bottom: 1em;
}
.ie8 fieldset {
  padding-top: 1.4em;
}
.ie8 legend {
  margin-top: 0;
  margin-bottom: 0;
}
input[type=text],
input[type=password],
input.text,
input.title,
textarea {
  background-color: #fff;
  border: 1px solid #bbb;
}
input[type=text]:focus,
input[type=password]:focus,
input.text:focus,
input.title:focus,
textarea:focus {
  border-color: #666;
}
select {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
}
input[type=text],
input[type=password],
input.text,
input.title,
textarea,
select {
  margin: .5em 0;
}
input.text,
input.title {
  width: 300px;
  padding: 5px;
}
input.title {
  font-size: 1.5em;
}
textarea {
  width: 390px;
  height: 250px;
  padding: 5px;
}
form.inline {
  line-height: 3;
}
form.inline p {
  margin-bottom: 0;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.ta-left {
  text-align: left;
}
.ta-right {
  text-align: right;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */

}
body,
button,
input,
select,
textarea {
  font-size: 12px;
  line-height: 1.5em;
  font-family: Verdana, Geneva, sans-serif;
  color: #333333;
}
html {
  -webkit-text-size-adjust: none;
}
a {
  color: #003366;
  text-decoration: underline;
}
#wrapper {
  width: 980px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
  height: 200px;
}
.header-top {
  height: 69px;
  overflow: hidden;
}
.header-date {
  float: left;
  font-size: 15px;
  color: #003366;
  padding-top: 25px;
}
.mode-links {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  padding-top: 15px;
}
.mode-links li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  font-size: 15px;
}
.service-links {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  padding-top: 25px;
  padding-right: 30px;
}
.service-links li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  float: left;
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin-right: 5px;
}
.service-links .ico-16 {
  position: absolute;
  top: 0;
  left: 0;
}
.service-links .ico-16.search {
  clip: rect(32px 16px 48px 0);
  top: -32px;
}
.service-links .ico-16.map {
  clip: rect(16px 16px 32px 0);
  top: -16px;
}
.service-links .ico-16.twitter {
  clip: rect(0 16px 16px 0);
}
.search-form {
  text-align: center;
  padding-top: 25px;
  position: relative;
  overflow: hidden;
  margin-left: 265px;
}
.search-form .form-item {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
}
.search-form .form-text,
.search-form .form-submit {
  margin: 0;
}
.search-form .form-text {
  font-size: 11px;
  color: #666;
  width: 230px;
  margin-right: 10px;
  height: 16px;
  padding: 0 5px;
}
.search-form .form-submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
}
.search-form label {
  font-weight: normal;
  color: #666;
  padding-left: 10px;
  font-size: 11px;
}
.header-main {
  background: url('../img/header.jpg') no-repeat;
  position: relative;
  height: 101px;
}
.header-main .map-logo {
  position: absolute;
  top: -30px;
  left: 10px;
  background: url('../img/map.png') no-repeat;
  text-indent: -5000px;
  text-transform: uppercase;
  width: 252px;
  height: 138px;
}
.header-main .flag,
.header-main .gerb {
  float: right;
  margin-top: 26px;
  text-indent: -5000px;
}
.header-main .flag {
  margin-right: 20px;
  width: 63px;
  height: 42px;
  background: url('../img/flag-irk.png') no-repeat;
}
.header-main .flag:hover {
  background-position: 0 -42px;
}
.header-main .gerb {
  margin-right: 10px;
  width: 45px;
  height: 54px;
  margin-top: 22px;
  background: url('../img/flag-gerb.png') no-repeat;
}
.header-main .gerb:hover {
  background-position: 0 -54px;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
  width: 100%;
  padding: 0 0 100px;
  height: 1%;
  position: relative;
}
#middle:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
#container {
  width: 100%;
  float: left;
  overflow: hidden;
}
#content {
  text-align: justify;
  width: 675px;
  float: right;
}
.noSideBar #content {
  padding: 0;
}
table {
  font-size: 11px;
  border-collapse: collapse;
}
table td {
  color: #666;
  padding: 5px;
  vertical-align: top;
}
h2 {
  color: #036;
  font-weight: 600;
}
.banner-block {
  float: left;
  margin-bottom: 10px;
}
.banner-block img {
/*  width: 100%;*/
}
.man-block {
  float: right;
  font-size: 10px;
  width: 260px;
  height: 115px;
  margin-bottom: 10px;
}
.man-block .man-wrap {
  text-align:left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 160px;
}
.man-block .img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 10px;
}
.man-block .dolznost {
  font-size: 10px;
  font-weight: bold;
}
.man-block .dolznost,
.man-block .name {
  margin-bottom: 10px;
  line-height: 1.2em;
}
.man-block .name {
  font-weight: bold;
}
.man-block .name a {
  text-decoration: none;
}
.man-block .link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  background: url('../img/mark.gif') no-repeat 0 5px;
  padding-left: 13px;
}
/*---------------------------------- новости -----------------------------------*/
.news-wrapper {
  overflow: hidden;
}
.news-wrapper .block-title {
  display: none;
}
.news-wrapper .news-title {
  background: url('../img/hr.gif') 50% 0 no-repeat;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  padding-top: 1px;
  float: right;
  width: 400px;
  margin-bottom: 10px;
}
.news-wrapper .news-title .date {
  display: block;
}
.news-wrapper .news-title li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  padding-bottom: 1px;
  background: url('../img/hr.gif') 50% 100% no-repeat #ffffff;
  font-size: 14px;
}
.news-wrapper .news-title li a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.news-wrapper .news-title li:hover a,
.news-wrapper .news-title li.active a {
  background: url('../img/news_bg.gif') 100% 100% repeat-x;
}
.news-wrapper .news-teaser {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  width: 235px;
  float: left;
}
.news-wrapper .news-teaser li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  text-align: justify;
  display: none;
  line-height: 1.2em;
}
.news-wrapper .news-teaser li .date,
.news-wrapper .news-teaser li .title {
  display: none;
}
.news-wrapper .news-teaser li.active {
  display: block;
}
.news-wrapper .news-links {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  text-align: right;
  float: right;
  clear: right;
  width: 400px;
}
.news-wrapper .news-links li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #8BBDD6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url(/PIE.htc);
  margin-left: 15px;
}
.news-wrapper .news-links li:first-child {
  margin-left: 0;
}
.news-wrapper .news-links li a {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  font-weight: bold;
  background: none;
}
.news-wrapper .news-links img {
  vertical-align: middle;
}
.news-content a {
  text-decoration: none;
}
.news-content a:hover {
  text-decoration: underline;
}
.bottom-links {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bottom-links li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  text-align: center;
  width: 120px;
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.bottom-links li .ico-34 {
  vertical-align: top;
}
.bottom-links li:hover .title {
  color: #036;
}
.bottom-links a {
  text-decoration: none;
}
.bottom-links .title {
  display: block;
  font-weight: bold;
  color: #666666;
}
/*---------------------------------- опубликовано -----------------------------------*/
.published {
  font-style: italic;
  border-top: 1px solid #ccc;
  color: #ccc;
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft,
#sideLeft-2 {
  float: left;
  width: 260px;
  position: relative;
  clear: left;
}
a.reserv-link {
  display: block;
  background: url('../img/reserv-bg.jpg') no-repeat;
  width: 134px;
  padding-left: 125px;
  height: 77px;
  overflow: hidden;
  color: #333;
  font-size: 11px;
  line-height: 1.2em;
  padding-top: 20px;
  margin-bottom: 15px;
}
.side-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url(/PIE.htc);
  overflow: hidden;
  margin-bottom: 30px;
}
.side-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
}
.side-menu > li {
  padding-top: 3px;
}
.side-menu > li > a {
  cursor: pointer;
  display: block;
  min-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url('../img/sidemenu-bg.png');
  text-decoration: none;
  font-size: 16px;
  padding-left: 22px;
}
.side-menu > li:hover > a {
  background: #00498C;
  color: #fff;
}
.side-menu > li:first-child {
  padding-top: 0;
}
.side-menu > li.active .sub-menu {
  display: block;
}
.side-menu > li.active > a {
  background: #00498C;
  color: #fff;
}
.side-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  margin: 5px 0;
  display: none;
}
.side-menu .sub-menu > li {
  padding-left: 40px;
  background: url('../img/mark.gif') 21px 2px no-repeat;
  font-size: 11px;
  padding-bottom: 7px;
  line-height: 1.2em;
}
.side-menu .sub-menu > li a {
  text-decoration: none;
}
.side-menu .sub-menu > li a:hover {
  text-decoration: underline;
}
.side-banner {
  text-align: center;
}
.registration-form {
  font-size: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.registration-form .reg-links {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  padding-left: 50px;
  margin-bottom: 5px;
}
.registration-form .reg-links li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  display: inline;
}
.registration-form .reg-links .registration {
  padding-left: 13px;
  background: url('../img/mark.gif') 0 50% no-repeat;
}
.registration-form .reg-links .authorization {
  display: none;
}
.registration-form label {
  width: 50px;
  float: left;
  font-weight: normal;
  line-height: 20px;
}
.registration-form .form-item {
  margin-bottom: 5px;
}
.registration-form .form-text {
  height: 16px;
  margin: 0;
  padding: 0 5px;
}
.registration-form .form-text#login {
  width: 190px;
}
.registration-form .form-text#pass {
  width: 116px;
  float: left;
}
.registration-form .form-submit {
  margin-top: 2px;
  margin-left: 20px;
}
.registration-form #remember {
  margin-left: 30px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: 15px;
  float: left;
}
.registration-form #remember + label {
  float: left;
  line-height: 13px;
  margin-top: 10px;
  width: 140px;
}
/*---------------------------------- анонс -----------------------------------*/
.anons-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
}
.anons-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  margin-bottom: 10px;
  color: #898989;
}
.anons-list li .date {
  color: #3d3d3d;
}
.anons-list li .address {
  color: #014576;
  font-weight: bold;
}
/*---------------------------------- новости -----------------------------------*/
.news-links {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
}
.news-links li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  background: url('../img/vert.gif') no-repeat;
}
.news-links li:first-child {
  background: none;
}
.news-links li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  background: url('../img/mark.gif') 0 50% no-repeat;
  padding-left: 15px;
  text-decoration: none;
}
/*---------------------------------- печать ссылка -----------------------------------*/
.print-link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  background: url('../img/print.gif') 0 50% no-repeat;
  padding-left: 15px;
  font-size: 11px;
}
/*---------------------------------- табы -----------------------------------*/
.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.tabs li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f9f9f9), to(#e0e0e0));
  background: -webkit-linear-gradient(#f9f9f9, #e0e0e0);
  background: -moz-linear-gradient(#f9f9f9, #e0e0e0);
  background: -ms-linear-gradient(#f9f9f9, #e0e0e0);
  background: -o-linear-gradient(#f9f9f9, #e0e0e0);
  background: linear-gradient(#f9f9f9, #e0e0e0);
  -pie-background: linear-gradient(#f9f9f9, #e0e0e0);
  behavior: url(/PIE.htc);
  border: 1px solid #c9c9c9;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  behavior: url(/PIE.htc);
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  overflow: hidden;
}
.tabs li a {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #474747;
  text-decoration: none;
  padding: 0 10px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  behavior: url(/PIE.htc);
  line-height: 18px;
}
.tabs li.selected {
  background: #fff;
  border-bottom-color: #fff;
}
.tabs li.selected a {
  border-top: 2px solid #dedede;
}
.tab-content {
  background: url('../img/tab-content.png') no-repeat;
  margin-top: -1px;
  position: relative;
  z-index: 2;
  padding: 20px;
  margin-bottom: 20px;
}
/*---------------------------------- список док -----------------------------------*/
.doc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
}
.doc-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  background: url('../img/doc.gif') 0 50% no-repeat;
  padding-left: 30px;
  margin-bottom: 10px;
  min-height: 24px;
}
/*---------------------------------- хлебные крошки -----------------------------------*/
.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  overflow: hidden;
  background: url('../img/nav.gif') 0 50% no-repeat;
  padding-left: 20px;
  line-height: 26px;
  font-size: 11px;
}
.breadcrumbs li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  background: none;
  float: left;
  margin-left: 5px;
  padding-left: 10px;
  background: url('../img/bread.gif') 0 8px no-repeat;
}
.breadcrumbs li:first-child {
  margin: 0;
  padding: 0;
  background: none;
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
  float: left;
  width: 250px;
  margin-left: -250px;
  position: relative;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
  width: 980px;
  margin: -100px auto 0;
  height: 75px;
  position: relative;
  padding-top: 25px;
}
#footer .footer-inner {
  background: url('../img/footer.jpg') no-repeat;
  height: 23px;
  padding-top: 52px;
  text-align: right;
  color: #aaa;
}
#footer .count {
  float: left;
  text-align: left;
}
#footer .count a {
  color: #aaa;
}
/*---------------------------------- разное -----------------------------------*/
.flaxen-block,
.blue-block {
  background: #F6F2E5;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url(/PIE.htc);
  padding: 10px;
  font-size: 11px;
  margin-bottom: 10px;
  clear: both;
}
.flaxen-block h3,
.blue-block h3 {
  margin-top: 0;
  font-size: 12px;
}
.flaxen-block p,
.blue-block p {
  margin: 0;
}
.blue-block {
  background: #D7EFFF;
  border: 1px solid #8BBDD6;
}
/*---------------------------------- иконки -----------------------------------*/
.ico {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.ico.ico-34 {
  width: 34px;
  height: 60px;
  background: url('../img/ico-34.gif') no-repeat;
}
.ico.ico-34.tel {
  background-position: 0 -60px;
}
.ico.ico-34.norm {
  background-position: 0 -120px;
}
.ico.ico-34.sprav {
  background-position: 0 -180px;
}
.ico.ico-34.site {
  background-position: 0 -240px;
}
.bottom-links a:hover .prav {
  background-position: 0 -300px;
}
.bottom-links a:hover .tel {
  background-position: 0 -360px;
}
.bottom-links a:hover .norm {
  background-position: 0 -420px;
}
.bottom-links a:hover .sprav {
  background-position: 0 -480px;
}
.bottom-links a:hover .site {
  background-position: 0 -540px;
}
/*---------------------------------- формы -----------------------------------*/
.button-small {
  width: 54px;
  height: 16px;
  background: url('../img/button-small.png') no-repeat;
  border: none;
  line-height: 15px;
  font-size: 9px;
  text-align: center;
}
.button-small:hover {
  background-position: 0 -16px;
}
/*---------------------------------- разрешение < 980px -----------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 979px) {
  #header {
    height: 160px;
  }
  #header .header-top {
    height: 58px;
  }
  #header .header-date {
    padding-top: 20px;
    font-size: 12px;
    margin-left: 5px;
  }
  #header .mode-links {
    padding-top: 9px;
  }
  #header .mode-links li {
    font-size: 12px;
  }
  #header .service-links {
    padding-top: 21px;
  }
  #header .search-form {
    padding-top: 19px;
    margin-left: 250px;
  }
  #header .search-form .form-text {
    width: 145px;
    margin-right: 0;
  }
  .header-main {
    background: url('../img/header-760px.jpg') no-repeat;
  }
  .header-main .map-logo {
    background: url('../img/map-760px.png') no-repeat;
    width: 189px;
    height: 104px;
    top: -10px;
  }
  .header-main .gerb {
    margin-top: 12px;
  }
  .header-main .flag {
    margin-top: 17px;
  }
  #wrapper {
    width: 760px;
  }
  #content {
    width: 510px;
  }
  .banner-block {
    width: 290px;
  }
  .man-block {
    width: 210px;
    font-size: 11px;
    height: 84px;
  }
  .man-block .img {
    width: 62px;
  }
  .man-block .man-wrap {
    width: 134px;
  }
  .man-block .dolznost {
    margin-bottom: 2px !important;
  }
  .man-block .dolznost,
  .man-block .name {
    margin-bottom: 0;
  }
  .man-block .link a {
    padding-left: 0;
    background: none;
  }
  .news-wrapper .block-title {
    display: block;
    margin-top: 0;
  }
  .news-wrapper .news-title {
    display: none;
  }
  .news-wrapper .news-teaser {
    width: auto;
    margin-bottom: 10px;
  }
  .news-wrapper .news-teaser li {
    display: block;
    padding-bottom: 10px;
    background: url('../img/hr.gif') 50% 100% no-repeat;
    margin-bottom: 10px;
    color: #898989;
    text-align: left;
  }
  .news-wrapper .news-teaser li .title,
  .news-wrapper .news-teaser li .date {
    display: inline;
  }
  .news-wrapper .news-teaser li .date {
    display: block;
    margin-bottom: 5px;
  }
  .news-wrapper .news-teaser li a {
    color: #898989;
  }
  .news-wrapper .news-teaser li p {
    margin-top: 5px;
  }
  .bottom-links {
    margin-left: -10px;
  }
  .bottom-links li {
    width: 95px;
    margin: 0;
    margin-left: 5px;
  }
  /*---------------------------------- табы -----------------------------------*/
  .tabs {
    font-size: 12px;
  }
  .tabs li {
    max-width: 200px;
  }
  #sideLeft,
  #sideLeft-2 {
    width: 220px;
  }
  a.reserv-link {
    background: url('../img/reserv-bg-760px.jpg') no-repeat;
    width: 115px;
    height: 97px;
    padding-left: 105px;
    padding-top: 15px;
    height: 68px;
  }
  .registration-form .form-text#login,
  .registration-form .form-text#pass {
    width: 155px;
    float: none;
  }
  .registration-form .form-submit {
    float: right;
  }
  .registration-form #remember {
    float: left;
    margin-left: 0;
    margin-top: 0;
  }
  .registration-form #remember + label {
    width: 120px;
    margin-top: 0;
  }
  #footer {
    width: 760px;
  }
  #footer .footer-inner {
    background: url('../img/footer-760.png') no-repeat;
  }
  #footer .footer-inner .count {
    display: none;
  }
}
/*---------------------------------- разрешение меньше 479px -----------------------------------*/
@media only screen and (max-width: 479px) {
  #header {
    height: 105px;
  }
  .header-top {
    font-size: 8px;
    height: 49px;
  }
  .header-date {
    color: #aaa;
    padding-top: 15px;
    font-size: 8px;
    margin-right: 15px;
  }
  .mode-links {
    display: none;
  }
  .service-links {
    float: left;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 150px;
  }
  .search-form {
    float: left;
    padding: 0;
    margin-left: 0;
  }
  .search-form .form-text {
    width: 90px;
  }
  .header-main {
    background: url('../img/header-320px.jpg') no-repeat;
  }
  .header-main .map-logo {
    width: 145px;
    height: 70px;
    background: url('../img/map-320px.png') no-repeat;
    top: -13px;
    left: -1px;
  }
  .header-main .flag,
  .header-main .gerb {
    display: none;
  }
  #wrapper {
    width: 300px;
  }
  #sideLeft,
  #sideLeft-2 {
    width: 100%;
    float: none;
  }
  #sideLeft {
    position: relative;
    padding-bottom: 110px;
  }
  #sideLeft .reserv-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -130px;
  }
  #content {
    float: none;
    width: 100%;
  }
  .side-menu {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    behavior: url(/PIE.htc);
    margin-bottom: 10px;
    position: relative;
    overflow: visible;
  }
  .side-menu > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 15px;
  }
  .side-menu > li > a {
    background: none;
    display: inline;
    font-size: 11px;
    line-height: 1.2em;
    padding: 0;
    text-decoration: underline;
  }
  .side-menu > li > a:hover {
    background: none;
    color: #003366;
  }
  .side-menu > li.active > a {
    background: none;
    color: #003366;
  }
  .side-menu li.active .sub-menu,
  .side-menu .sub-menu {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    max-width: 290px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(/PIE.htc);
    background: #fafafa;
    border: 1px solid #003366;
    padding: 5px;
  }
  .side-menu li.active .sub-menu li,
  .side-menu .sub-menu li {
    background: none;
    margin: 0;
    padding: 0;
  }
  .banner-block {
    display: none;
  }
  .registration-form .reg-links {
    display: block;
    padding: 0;
  }
  .registration-form .reg-links .forgot {
    display: none;
  }
  .registration-form .reg-links .authorization {
    display: inline;
  }
  .man-block {
    width: auto;
    float: none;
    overflow: hidden;
  }
  .man-block .man-wrap {
    display: block;
    float: left;
  }
  .man-block .img {
    display: block;
    float: left;
    margin-right: 10px;
  }
  .man-block .dolznost {
    font-size: 14px;
  }
  .line-block {
    display: none;
  }
  .news-wrapper .block-title {
    display: block;
    margin-top: 0;
  }
  .news-wrapper .news-title {
    display: none;
  }
  .news-wrapper .news-teaser {
    width: auto;
    margin-bottom: 10px;
  }
  .news-wrapper .news-teaser li {
    display: block;
    padding-bottom: 10px;
    background: url('../img/hr.gif') 50% 100% no-repeat;
    margin-bottom: 10px;
    color: #898989;
    text-align: left;
  }
  .news-wrapper .news-teaser li .title,
  .news-wrapper .news-teaser li .date {
    display: inline;
  }
  .news-wrapper .news-teaser li .date {
    display: block;
    margin-bottom: 5px;
  }
  .news-wrapper .news-teaser li a {
    color: #898989;
  }
  .news-wrapper .news-teaser li p {
    margin-top: 5px;
  }
  .news-wrapper .news-links {
    text-align: center;
    width: auto;
    float: none;
  }
  .news-wrapper .news-links li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    background: none;
    border: none;
    margin-left: 0;
    margin: 0 5px;
  }
  .news-wrapper .news-links li a {
    padding: 0;
    font-size: 12px;
    text-decoration: underline;
  }
  .news-wrapper .news-links li a img {
    display: none;
  }
  .news-wrapper .news-links li:first-child {
    margin-left: 0;
  }
  .anons-list li {
    padding-bottom: 11px;
    background: url('../img/hr.gif') 50% 100% no-repeat;
    margin: 0;
  }
  .bottom-links {
    font-size: 7px;
  }
  .bottom-links li {
    width: 40px;
  }
  .bottom-links li:first-child {
    padding-right: 10px;
  }
  /*---------------------------------- табы -----------------------------------*/
  .tabs li {
    max-width: 10s
  			0px;
    font-size: 10px;
  }
  #footer {
    width: 300px;
  }
  #footer .footer-inner {
    background: none;
    font-size: 12px;
    text-align: left;
    padding-top: 0;
  }
  #footer .footer-inner .count {
    display: none;
  }
}
